home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_48 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  396 b   |  12 lines

  1. on(press){
  2.    if(_root.browser == "iewin")
  3.    {
  4.       getUrl("javascript:void openFullChromeWindow(\'http://newsletter.nintendo.com/cgi-bin/a2bv/host_pages/nio/0001/age.html?xSrcCode=gcncd\', \'external\')", "");
  5.    }
  6.    else
  7.    {
  8.       getUrl("popper.html?url=http://newsletter.nintendo.com/cgi-bin/a2bv/host_pages/nio/0001/age.html?xSrcCode=gcncd", "pop");
  9.    }
  10.    _parent.play();
  11. }
  12.